home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / (A)TA / (A)TAK.ADF / Arp_v1.04 / MANUAL.ARC / SetEnv < prev    next >
Text File  |  1987-11-19  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4.      Setenv(31.0)      ARP Programmers Manual      Setenv(31.0)
  5.  
  6.  
  7.  
  8.      NAME
  9.       Setenv -- Set    the value of an    environment variable
  10.  
  11.      SYNOPSIS
  12.       BOOL = Setenv("string", buffer)
  13.        d0           A0         A1
  14.  
  15.      FUNCTION
  16.       This function    provides an environment    variable mechanism
  17.       compatible with MANX.     Note that this    call is    more efficient
  18.       than using the manx setenv() function    call when arplibrary
  19.       is installed.
  20.  
  21.      INPUTS
  22.       string -- pointer to an environment variable name.
  23.  
  24.       buffer -- a user allocated area which    will contains the
  25.       values to be associated with this environment    variabnle.
  26.  
  27.      RESULT
  28.       If the value was succesfully established, a TRUE result will
  29.       be returned, otherwise, a FALSE value    will be    returned.
  30.  
  31.      ADDTIONAL CONSIDERATIONS
  32.       MANX was the first to    implement environment variables    on the
  33.       Amiga.  As a result, we are trying to    be compatible with
  34.       their    implementation.
  35.  
  36.      BUGS
  37.       None known.
  38.  
  39.      AUTHOR
  40.       SDB
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                        (printed 11/19/87)
  64.  
  65.  
  66.  
  67.